home *** CD-ROM | disk | FTP | other *** search
/ That for Windows 95 / That - For Windows 95.iso / CYBERSPD / INSTCYBR.BAT < prev   
DOS Batch File  |  1995-10-26  |  2KB  |  55 lines

  1. cls
  2. :menu
  3. echo off
  4. echo            ╔════════════════════════════════════╗
  5. echo            ║      CYBERSPEED Installation       ║
  6. echo            ║                                    ║
  7. echo            ║  This program may not install      ║
  8. echo            ║  properly from our PC Gamer CD.    ║
  9. echo            ║  If you have any problems, read    ║
  10. echo            ║  the "Install Notes" below.        ║
  11. echo            ╚════════════════════════════════════╝
  12. echo. 
  13. echo. 
  14. echo        Select from one of the following options:
  15. echo        1. Install 
  16. echo        2. Install Notes
  17. echo        3. E(X)it 
  18. echo. 
  19. echo        Please enter a choice: 1,2,3
  20. choice /c:123xi /n
  21. if errorlevel 5 goto vpi
  22. if errorlevel 4 goto end
  23. if errorlevel 3 goto end
  24. if errorlevel 2 goto run
  25. if errorlevel 1 goto vpi
  26.  
  27. :vpi
  28. CD\CYBERSPD
  29. CALL CYBERSP.EXE
  30. goto end
  31.  
  32.  
  33. :run
  34. cls          
  35. echo         ╔═════════════════════════════════════════════════════╗
  36. echo         ║                                                     ║
  37. echo         ║       CYBERSPEED INSTALLATION FOR WINDOWS           ║
  38. echo         ║                                                     ║
  39. echo         ║  If you're experiencing problems installing this    ║
  40. echo         ║  program from our PC Gamer front end, you'll need   ║
  41. echo         ║  to EXIT and load Windows.                          ║
  42. echo         ║                                                     ║
  43. echo         ║  From Windows, pull down the FILE menu and select   ║
  44. echo         ║  RUN.                                               ║
  45. echo         ║                                                     ║
  46. echo         ║  From the RUN option, enter D:\CYBERSPD\CYBERSP.EXE ║
  47. echo         ║  where "D:" is the letter of you CD-ROM drive.      ║
  48. echo         ║                                                     ║
  49. echo         ╚═════════════════════════════════════════════════════╝
  50. echo.
  51. pause
  52. goto menu
  53.  
  54. :end
  55.